STEP 6: Now move the sprite back to the other side of the screen.

  • From drag out Move Left and drop it at the bottom of your program.
  • Change the integer in the .move_left() command to 200.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("concert") sprite = codesters.Sprite("person4") sprite.move_down(100) sprite.flip_up_down() sprite.move_right(150)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)